The FlowData element is the parent node for each flow record for the specified meter or meter group. Nested within the FlowData tag are elements that define the flow record and the flow values for the historical and forecast gas load input data. The required attribute granularity specifies the granularity of the flow data.
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
Yes |
|
Number of Instances Allowed |
1 per Meter |
|
Requires End Tag |
Yes |
|
Parent Element |
|
|
Child Elements |
|
|
Attributes |
granularity |
| Attribute | Required | Description | Value Options |
|---|---|---|---|
|
granularity |
Yes |
The granularity for the flow record. |
String (in quotes). The value of the granularity enumeration attribute is “HOURLY” or “DAILY.” |
|
<FlowData granularity="HOURLY"> <FlowRecord> <StartTime>2008-01-01T09:00:00.000-08:00</StartTime> <EndTime>2008-01-01T10:00:00.000-08:00</EndTime> <FlowValue>164.62</FlowValue> </FlowRecord> </FlowData> |
|
<FlowData granularity="DAILY"> <FlowRecord> <StartTime>2009-03-12T08:00:00.000Z</StartTime> <EndTime>2009-03-13T08:00:00.000Z</EndTime> <FlowValue>1234.873</FlowValue> </FlowRecord> </FlowData> |